home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-06-25 | 493 b | 22 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CDuplicateBehavior.h ©1999 Eric Traut
- // ===========================================================================
-
- #pragma once
-
- #include "COffscreenBehavior.h"
-
-
- class CDuplicateBehavior : public COffscreenBehavior
- {
- public:
- CDuplicateBehavior(CShadowWindow & inShadowWindow);
-
- virtual Boolean
- RenderToGWorld( StGWorldLocker & inBackingLocker,
- StGWorldLocker & inRenderingLocker);
- };
-
-
-
-